home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / plotting / tsdraw16 / breakev.drw next >
Text File  |  1989-08-08  |  491b  |  22 lines

  1. !Demonstration of a break-even chart
  2. !Load with command ld breakev.drw
  3.  
  4. nw                    !Clear screen, reset settings
  5. sc 100,1000           !set scaling of the axes
  6.  
  7. lb 100,11000, Normal break-even analysis
  8.  
  9. sg 0,0,1000,10000     !revenues
  10. lb 450,9000,revenues
  11.  
  12. sg 0,2000,1000,2000   !fixed costs
  13. lb 500,2700,fixed,costs
  14.  
  15. sg 0,2000,1000,7000   !total costs
  16. lb 800,5900,total costs
  17.  
  18. sg 400,0,400,4000     !break-even point
  19. lb 200,-200,breakeven
  20.  
  21. !BREAKEV.DRW ready
  22.